use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Mon, 8 Jun 2026 00:05:35 +0000 (12:05 +1200)
committerVladimir Petko <vladimir.petko@canonical.com>
Mon, 8 Jun 2026 00:05:35 +0000 (12:05 +1200)
commita4cc79b76d5bd17cb9ccac57b8af732be19c9fab
tree159f362e1c6ceb9b822b23969d055f45392a4f8d
parenta018b5eeea13a95ffc466bea96b22d7be8513aab
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp